home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_bas / easynet.zip / README.TXT < prev   
Text File  |  1996-01-01  |  4KB  |  127 lines

  1.  
  2. ===========================================================                
  3.           EASYNET Custom Control for Visual Basic 
  4.                            
  5.                        Version 1.83
  6.  
  7.          Copyright ⌐ Patrick Lassalle, 1994, 1996. 
  8.                     ALL RIGHTS RESERVED
  9.  
  10.          IDDN.FR.001.110020.01.R.P.1994.000.10600
  11.  
  12.                     Patrick Lassalle
  13.                     247, Avenue du Marechal Juin
  14.                     92100 Boulogne
  15.                     France
  16.  
  17.              Tel.:    33  1  46 03 42 20
  18.              CIS:    100325,725
  19.              INTERNET:    100325.725@compuserve.com
  20.  
  21.                       January 2, 1996
  22. ===========================================================
  23.  
  24.  
  25. --------
  26. Contents
  27. --------
  28.  
  29. Part    Description
  30. ----    -----------
  31.  1      What is EasyNet Custom Control?
  32.  2      New version enhancements
  33.  3    Notes on running the demo program
  34.  4      Registration, Order Form, License
  35.  
  36.  
  37. --------------------------------------------
  38. Part 1 - What is EasyNet Custom Control?
  39. --------------------------------------------
  40.  
  41.  EasyNet is a "vbx" (Visual basic Custom Control) which allows 
  42. to develop QUICKLY an application that needs to manage a network 
  43. diagram (workflow, data base diagram, organigrams, communication
  44. networks, state transition diagrams, etc...)
  45.  
  46. * Drawing can be made interactively or programmaticaly.  
  47. * You may move, resize, stretch each item.
  48. * You may associate user data to each item 
  49. * You may navigate in the network diagram.
  50. * Distinct pictures, colors, draw styles for each item. 
  51. * Multi-selection, multi-line wordwrapped text, metafile support,
  52. drag & drop, + many other features. 
  53. * Many properties and events allow you to "customize" your
  54. diagramming application.
  55. * VB1 compatible. It works with Delphi, SQL Windows, etc...
  56.  
  57.  EasyNet programmatic interface contains 92 properties (25 standards) 
  58. and 17 events (12 standards). All those properties and events are 
  59. described in EASYNET.HLP file. 
  60.  
  61. *******************************************************************
  62. IMPORTANT INFO: An OCX version is available on Compuserve. 
  63. See file EZNET.ZIP on VBPJ forum.
  64. *******************************************************************
  65.  
  66. --------------------------------------------
  67. Part 2 - New version enhancements
  68. --------------------------------------------
  69.  
  70. Version 1.83 is a maintenance release.
  71.  
  72. NOTES: All registered users of EasyNet are entitled to a free upgrade
  73. to version 1.83 and have just to use the new version together with
  74. their current license file.
  75.  
  76.  
  77. ------------------------------------------
  78. Part 3 - Notes on running demo programs
  79. ------------------------------------------
  80.  
  81.  This ZIP file contains the following files:
  82.  
  83. DEMO.EXE      (EasyNet demo: needs VBRUN300.DLL)
  84.  
  85. DEMO.ZIP      (EasyNet demo source files: 22 files)
  86.  
  87. PROJECT1.MAK  (Source files of a little editor)
  88. FORM1.FRM
  89. ABOUT1.FRM
  90. MODULE1.BAS 
  91.  
  92. EASYNET.VBX   EasyNet Custom Control 
  93. EASYNET.HLP   EasyNet help file.
  94. README.TXT    This text file.
  95.  
  96.  
  97. Remarks:
  98. --------
  99.     
  100.   * EASYNET.VBX and EASYNET.HLP should be copied in your 
  101.     WINDOWS\SYSTEM directory.
  102.  
  103.   * If you don't know EasyNet, you should run first DEMO.EXE.
  104.  
  105.   * The Editor allows to draw diagrams, save them in files and print
  106.     them. It shows also how to add a keyboard interface and how to 
  107.     change cursor shape using "PointedArea" property.
  108.     Note that the saving procedure used in this program is just an 
  109.     example. You should adapt it to your needs or rewrite a better
  110.     procedure. You may also use the more complete procedures given in
  111.     the help file.
  112.  
  113.  
  114. ------------------------------------------
  115. Part 4 - Registration, Order Form, License
  116. ------------------------------------------ 
  117.  
  118. You may register via Compuserve. For a single user license, the
  119. registration number is 2547 and the price is US$ 119.
  120.  
  121. See help file for other registration information like multi-user
  122. license, french prices, order form and license agreement.
  123.  
  124.  
  125.  
  126.  
  127.